home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / MISCUTIL / WINLOA / WINLOAD.DOC < prev    next >
Text File  |  1992-08-01  |  8KB  |  230 lines

  1.  
  2.  
  3.  
  4.  
  5.                              WinLoad version 4.0
  6.                             c1991 Thomas Software
  7.  
  8.  
  9.  
  10.                         - Licensing and Distribution -
  11.  
  12. This program is being distributed as ShareWare. The user is hereby grated a
  13. limited license to use this software for a 30 day trial period.
  14. If the user finds this software useful and wishes to continue using it, he is
  15. requested to send a small $5.00 registration fee to Thomas Software at the
  16. address below:
  17.  
  18.                 Thomas Software
  19.                 1375 Beasley Rd.
  20.                                 Jackson, MS 39206
  21.                 USA
  22.  
  23. This program may be distributed freely so long as no fees (excluding a small
  24. charge for copying, shipping, or connect time) are charged.
  25.  
  26. Disclaimer: The user is fully responsible for the use of this program.
  27.             Thomas Software and the Author cannot be held liable for
  28.             any problems or situations that may arise from it's use.
  29.  
  30.  
  31.  
  32.                                 - Introduction -
  33.  
  34. With the release of Microsoft Windows version 3.0, many users are finally
  35. placing the WIN statement in their AUTOEXEC.BAT file. Their Systems will boot
  36. up running Windows.
  37.  
  38. In most cases, this is fine. However, there may be times you wish to avoid
  39. loading Windows and get right to the DOS prompt.
  40. That's why WinLoad was written.
  41.  
  42. WinLoad looks for a keypress by the user at boot time.
  43.  
  44. If the user presses a key, Windows will not be loaded and the DOS prompt will
  45. appear.
  46.  
  47. If no key is pressed, MicroSoft Windows will be loaded automatically.
  48.  
  49.  
  50.  
  51.                                 - Instructions -
  52.  
  53.             1. Copy WINLOAD.EXE to your root directory, or another
  54.                directory listed in your PATH statement.
  55.  
  56.                                      - 1 -
  57.  
  58.              
  59.  
  60.  
  61.  
  62.             2. Place the following statement as the last
  63.                line in your AUTOEXEC.BAT file.
  64.  
  65.                     WINLOAD <Tdelay> <Options> <Windows Parameters>
  66.  
  67.                     Tdelay (optional) tells WinLoad how
  68.                     long to wait (in seconds) for a keypress.
  69.                     If not specified, WinLoad will pause the
  70.                     default length of 5 seconds.
  71.  
  72.            EXAMPLE: The Following line causes WinLoad to pause
  73.                     10 seconds for a keypress then continue.
  74.  
  75.                          Winload t10
  76.  
  77.                     Options (optional) may be specified for
  78.                     Winload operation.
  79.  
  80.                          BW  (Black & White)
  81.  
  82.                          NF  (No Flashing Display)
  83.  
  84.                          NS  (No Sound)
  85.  
  86.                           ?  (Online Help)
  87.  
  88.                     Windows Parameters (optional) tells WinLoad
  89.                     to load Windows with command line parameters.
  90.  
  91.            EXAMPLE: The Following line causes WinLoad to use a 10
  92.                     second pause, Black & White monitor, and then load
  93.                     Windows in real mode and run Write.
  94.  
  95.                           WINLOAD t10 bw /r write.exe
  96.  
  97.  
  98.                                   - Useage -
  99.  
  100.          Boot your computer. You will be presented with a message
  101.          instructing you to press any key to avoid loading Windows
  102.          and an alert sounder.
  103.  
  104.          If you press a key, The message "Windows not Loaded" will
  105.          appear, as well as your DOS version and a DOS prompt.
  106.  
  107.          If you don't press a key, WinLoad will pause the length of
  108.          seconds specified in Tdelay (or 5 seconds if not specified)
  109.          before loading Windows.
  110.  
  111.  
  112.  
  113.                                      - 2 -
  114.  
  115.  
  116.  
  117.  
  118.  
  119.    NOTE: If WIN is currently in your AUTOEXEC.BAT file, replace it
  120.          with the appropriate WinLoad command line. Be sure that
  121.          WINLOAD.EXE is in you root directory or another directory
  122.          listed in your PATH statement.
  123.  
  124.          If you need to send extensive commands when loading Windows,
  125.          you may create a Batch file named "WIN.BAT", containing them.
  126.          place the Batch file in your root directory and Winload will
  127.          run it to load Windows.
  128.  
  129.  
  130.                                  - VERSIONS -
  131.  
  132.          Version 1 - Written in QuickBasic 4.5.
  133.  
  134.          Version 2 - Written in Turbo Pascal. The main reason for the language
  135.          change was to reduce the size of the .exe file.
  136.          The only change introduced with version 2 was to allow the inclusion
  137.          of command line parameters.
  138.  
  139.          Version 3 - Written in QuickBASIC and Linked with Crescent Software's
  140.          PDQ replacement Link Library. The resulting .COM file was quicker and
  141.          smaller than either of the previous versions.
  142.          A bug from version 2 that did not allow it to operate correctly on some
  143.          machines was fixed.
  144.          The default pause time was changed to 5 seconds instead of 2.
  145.          There were no other operational or feature changes with this version.
  146.  
  147.          Version 4 - Written in QuickBASIC and linked with Crescent Software's
  148.          PDQ replacement Link Library. Version 3 worked perfectly well, and was
  149.          to be the last one. However, due to the large amount of feedback that
  150.          we received from users in The US and Europe, here's version 4.
  151.  
  152.          This version operates basically the same as previous ones, but several
  153.          new features and options have been added.
  154.  
  155.          *   A large colorful screen with a flashing ATTENTION message was added
  156.              to help alert the user.
  157.  
  158.          *   The "BW" (Black & White) option was added for those with monochrome
  159.              monitors.
  160.  
  161.          *   The "NF" (No Flash) option was added to defeat flashing of the
  162.              attention message.
  163.  
  164.          *   The "NS" (No Sound) option was added to defeat the alerting
  165.              sounder.
  166.  
  167.          *   The "?" (Help) option was added for DOS 5.0 style online help.
  168.  
  169.  
  170.                                      - 3 -
  171.  
  172.  
  173.  
  174.  
  175.  
  176.          *   The number of seconds to delay (optional) must now be preceded by
  177.              the letter "T".
  178.  
  179.          *   Command line options no longer require any certain order. They may
  180.              be placed in any order desired.
  181.  
  182.          *   An on-screen count down timer now displays time remaining until
  183.              Windows will be loaded.
  184.  
  185.  
  186.                                  - LOADME.EXE -
  187.  
  188.          A companion program, LOADME.EXE, has been included. It operates just
  189.          like WINLOAD, except it allows you to specify the program to load.
  190.          The program name must follow the LOADME command. All Loadme options are
  191.          the same as Winload's options.
  192.  
  193.          LOADME [Program Name] <Tdelay> <Loadme options> <parameters>
  194.  
  195.          EXAMPLE: The following line pauses 8 seconds, then types the directory
  196.                   in Wide mode if no key was pressed.
  197.  
  198.                    LOADME DIR t8 /w
  199.  
  200.  
  201.          Questions or comments about WinLoad or LoadMe? 
  202.          Registered users may contact:
  203.  
  204.                                Thomas Software...
  205.                                1375 Beasley Rd.
  206.                                Jackson, MS 39206                     
  207.  
  208.                                CIS 71071, 2166
  209.  
  210.  
  211.  
  212.          MicroSoft is a registered trademark of MicroSoft Corp.
  213.          Windows is a trademark of MicroSoft Corp.
  214.          Winload c1991 Thomas Software. All rights reserved.
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.                                      - 4 -
  228.  
  229.  
  230.